From 360f1e4e2abdc6b3be525d33e93dad0529687dbc Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 19 Mar 2005 19:36:41 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.86 (423c7f494Fy0dmD69mD1SkvSgdLfbg) Fix x86/64 build. Signed-off-by: Keir Fraser --- xen/arch/x86/shadow.c | 1 + xen/arch/x86/x86_64/mm.c | 1 + xen/common/page_alloc.c | 1 + xen/include/asm-x86/shadow.h | 2 ++ 4 files changed, 5 insertions(+) diff --git a/xen/arch/x86/shadow.c b/xen/arch/x86/shadow.c index e5b369ebc8..f9c1b84ff7 100644 --- a/xen/arch/x86/shadow.c +++ b/xen/arch/x86/shadow.c @@ -6,6 +6,7 @@ #include #include #include +#include #include /******** diff --git a/xen/arch/x86/x86_64/mm.c b/xen/arch/x86/x86_64/mm.c index bc61aeb2fe..68f79f77cc 100644 --- a/xen/arch/x86/x86_64/mm.c +++ b/xen/arch/x86/x86_64/mm.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c index b237332558..9879616e15 100644 --- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h index bbf59f3d1e..4721510705 100644 --- a/xen/include/asm-x86/shadow.h +++ b/xen/include/asm-x86/shadow.h @@ -5,8 +5,10 @@ #include #include #include +#include #include #include +#include /* Shadow PT flag bits in shadow_status */ #define PSH_shadowed (1<<31) /* page has a shadow. PFN points to shadow */ -- 2.30.2